home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / net / wwwcache.readme < prev   
Text File  |  1995-11-07  |  3KB  |  75 lines

  1. Short:    V1.6 of Arexx script for caching images and html documents in AMosaic
  2. Author:   stephan@stephan.et.tudelft.nl (Stephan Lichtendahl)
  3. Uploader: stephan@stephan.et.tudelft.nl (Stephan Lichtendahl)
  4. Version:  1.6 (third uploaded version) 19-10-95
  5. Type:     comm/net
  6.  
  7.   Freeware
  8.  
  9. Saves inlined images to harddisk to prevent them from being
  10. downloaded every time you want to see them. Then they can
  11. be loaded every time from harddisk instead, which is a bit
  12. faster :-)
  13. Also, HTML documents can be saved in a way that all remote
  14. links remain remote and links to documents, which are already
  15. on your harddisk, will automatically be replaced with local
  16. ones. A convenient hotlist as HTML document will be created.
  17.  
  18. Changes since 1.4:
  19. New: Now you can simply remove a HTML document and all its
  20.  images from cache via AMosaic's hotlist menu.
  21. Now the script will also work with rexxdossupport.library 2.3.
  22. Change rexxdossupport.library to RexxDosSupport.library in the
  23. script when you still have RexxDosSupport.library version 2.1.
  24.  
  25. Changes since 1.5:
  26. BugFix: Action buttons with same URL as a cached page got a local
  27.  URL instead of the remote one, so the Form didn't work.
  28. BugFix: Relative URLs starting with http: (eg. http:page.html)
  29.  were taken for absolute URLs and not updated.
  30. BugFix: Cached documents with filenames that overlap (eg. 2.html
  31.  and test2.html) could lead to mistakes.
  32. BugFix: Cached documents which were just removed would not be
  33.  recognized as such.
  34. BugFix: URLs with ../ in them weren't properly dealt with.
  35. BugFix: Documents with carriage returns instead of linefeeds
  36.  lead to problems.
  37. New: When saving a new document, it will be reloaded before all
  38.  already saved document are checked, so you can now continue
  39.  working with AMosaic much faster.
  40. New option 'Update' will update .mosaic-hotlist-default, so you
  41.  can also use the normal hotlist to access cached documents.
  42.  
  43. Changes since 1.6:
  44. Now `file://localhost' is omitted from all cached documents (to
  45. decrease file sizes). If you already have some cached documents
  46. you must update them with `rx Cache.www Install' (only once).
  47. And some optimizations...
  48.  
  49. Requirements:
  50. -AMosaic (tested with NoNet 1.2 and AmiTCP 1.3beta & 2.0pre-release versions)
  51. -probably OS3.x for inlined images to work
  52. -Arexx running
  53. -rexxsupport.library (tested with version 34.9)
  54. -rexxdossupport.library (tested with version 2.1 & 2.3)
  55. -getstring for resaving local documents  (included)
  56. -requestfile for saving HTML documents (part of OS2/OS3 ?)
  57.  
  58.  
  59. ============================= Archive contents =============================
  60.  
  61. Original  Packed Ratio    Date     Time    Name
  62. -------- ------- ----- --------- --------  -------------
  63.     1288     898 30.2% 17-Oct-95 00:00:12 +GetString
  64.    12984    4748 63.4% 19-Oct-95 16:12:44 +Cache.doc
  65.       67      66  1.4% 15-Sep-95 00:17:26 +Cache.html
  66.        0       0  0.0% 15-Sep-95 00:16:42 +HTMLlist
  67.        0       0  0.0% 19-Oct-95 16:10:26 +
  68.        0       0  0.0% 15-Sep-95 00:16:46 +ImageList
  69.        0       0  0.0% 19-Oct-95 16:10:26 +
  70.        2       2  0.0% 15-Sep-95 00:16:34 +NrOfImage
  71.    15556    3956 74.5% 19-Oct-95 16:09:00 +Cache.www
  72.     2488    1189 52.2% 19-Oct-95 16:08:42 +WWWCache.readme
  73. -------- ------- ----- --------- --------
  74.    32385   10859 66.4% 20-Oct-95 11:49:16   10 files
  75.